Partial specialization for N=10.  
 More...
template<typename T, size_t N1, size_t N2, size_t N3, size_t N4, size_t N5, size_t N6, size_t N7, size_t N8, size_t N9, size_t N10>
struct meta_copy< T[N1][N2][N3][N4][N5][N6][N7][N8][N9][N10]>
Partial specialization for N=10. 
Definition at line 492 of file meta_copy.hpp.
 
#include <meta_copy.hpp>
 | 
| static void  | meta_copy_ (const T src[N1][N2][N3][N4][N5][N6][N7][N8][N9][N10], T dst[N1][N2][N3][N4][N5][N6][N7][N8][N9][N10]) | 
|   | copy and object from src to dst  More...
  | 
|   | 
template<typename T , size_t N1, size_t N2, size_t N3, size_t N4, size_t N5, size_t N6, size_t N7, size_t N8, size_t N9, size_t N10> 
  
  
      
        
          | static void meta_copy< T[N1][N2][N3][N4][N5][N6][N7][N8][N9][N10]>::meta_copy_  | 
          ( | 
          const T  | 
          src[N1][N2][N3][N4][N5][N6][N7][N8][N9][N10],  | 
         
        
           | 
           | 
          T  | 
          dst[N1][N2][N3][N4][N5][N6][N7][N8][N9][N10]  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
copy and object from src to dst 
- Parameters
 - 
  
    | src | source object to copy  | 
    | dst | destination object  | 
  
   
Definition at line 500 of file meta_copy.hpp.
 
 
The documentation for this struct was generated from the following file: